Click or drag to resize

EnhancedLocation Class

Contains enhanced location information for a calendar item.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeEnhancedLocation

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class EnhancedLocation

The EnhancedLocation type exposes the following members.

Constructors
  NameDescription
Public methodEnhancedLocation
Initializes a new instance of the EnhancedLocation class.
Public methodEnhancedLocation(String)
Initializes a new instance of the EnhancedLocation class by using the supplied display name.
Public methodEnhancedLocation(String, String)
Initializes a new instance of the EnhancedLocation class by using the supplied display name and calendar item note.
Public methodEnhancedLocation(String, String, PersonaPostalAddress)
Initializes a new instance of the EnhancedLocation class by using the supplied display name, calendar item note, and persona postal address.
Top
Properties
  NameDescription
Public propertyAnnotation
Gets or sets the note associated with a calendar item.
Public propertyDisplayName
Gets or sets the display name associated with the calendar item.
Public propertyPostalAddress
Gets or sets the postal address for the associated persona.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also